The project discusses the development of a deep learning model to detect osteoporosis from dental panoramic X-Ray images. It provides an in-depth understanding of human bone structure, osteoporosis, its symptoms, causes, prevalence, and risk factors. The project also explains bone density measurement using dual-energy X-ray absorptiometry (DEXA) and the application of artificial intelligence (AI) and machine learning (ML) in medical imaging. The study uses panoramic dental X-rays to evaluate AI technology in dental imaging and classification of mandible inferior cortical based on Klemetti and Kolmakow criteria. The model architecture consists of convolutional, pooling, fully connected, ReLU, and Softmax layers. Dropout and early stopping are added to the model. The training process uses the train-test approach with 100 epochs and a batch size of 32, and performance evaluation measures such as accuracy, sensitivity, specificity, and F1-score are used to assess the classifier’s performance. The findings and methodology provide a comprehensive understanding of the application of deep learning in the detection of osteoporosis from dental panoramic X-Ray images, and the study demonstrates a robust approach to implementing AI in medical imaging for osteoporosis detection.
Loading....